home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / jetbbs10.zip / JETBBS.DAT / zoo / mnu / first.mnu < prev    next >
INI File  |  1993-03-17  |  972b  |  36 lines

  1. [do]
  2. location Logon
  3.  
  4. ;if %baud% == 300 goto no300.mnu
  5. ; Uncomment the above line if you don't want to allow 300 baud callers.
  6.  
  7. print Welcome %name%!
  8. print
  9. print Total calls: %calls%
  10. print Posts: %posts%%comma% %linesposted% lines total
  11. print Access Level: %accesslevel%
  12. print Time left today: %minutesleft% minutes
  13. ;print Calls left today: %callsleft%
  14. print Last on: %lastcalldate%
  15. print Calls while away: %callswhileaway%
  16. print
  17. location Reading Mail
  18. checkmail
  19. location Logon
  20. printfile %textdir%\logon2.txt
  21. ;pause Press any key to continue
  22. printfile %textdir%\logon3.txt
  23. ;pause Press any key to continue
  24. printfile %textdir%\logon4.txt
  25. ;pause Press any key to continue
  26. printfile %textdir%\logon5.txt
  27. ;pause Press any key to continue
  28. checkboardnews
  29. checkautomessage
  30. print Messages on BBS: %totalmsgs%%comma% %totalnewmsgs% new
  31. print
  32.  
  33. goto main.mnu
  34. ; If you want to start out in the message base, change the above
  35. ; line to "goto msg.mnu".
  36.